<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鍒嗛〉*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination &gt; li {display: inline;}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {z-index: 3;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7;}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
/*鍒嗛〉缁撴潫*/
.noData{text-align: center;font-size: 16px;line-height: 200px}</pre></body></html>